Overload List

  Name Description
Public method FindLess(Object, Boolean, Order)

Finds items with keys less than the specified value.

Implements IIndexScanner(T).FindLess(object,bool,Order)

(Inherited from Index<(Of <(<'T>)>)>.)
Public method FindLess(TKey, Boolean, Func<(Of <<'(TKey, Boolean>)>>), Order)
Finds items with keys less than the specified value.

See Also